home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 June
/
Chip_2004-06_cd1.bin
/
software
/
tsw
/
tsw.exe
/
{app}
/
scripts
/
phplookup.tss
< prev
next >
Wrap
Text File
|
2003-07-09
|
215b
|
14 lines
{
[Scriptsettings]
Scriptname=Lookup PHP code
ExecuteOnStartup=0
ExecuteOnlyOnce=0
}
program LookupPHPCode;
begin
If GetWordAtCursor <> '' then
Execute('http://www.php.net/'+GetWordAtCursor);
end.